From 2332ac444c06b3cc8c20ba39afd2d40049550abd Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 17 Oct 2016 14:51:16 +0100 Subject: [PATCH] gtk/utils: Include stdio.h We need it because of the declaration using FILE*. --- gtk/gtkutilsprivate.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkutilsprivate.h b/gtk/gtkutilsprivate.h index a498c74fd9..9cc6be0c1a 100644 --- a/gtk/gtkutilsprivate.h +++ b/gtk/gtkutilsprivate.h @@ -1,6 +1,7 @@ #ifndef __GTKUTILS_H__ #define __GTKUTILS_H__ +#include #include G_BEGIN_DECLS -- 2.30.2